home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 4: GNU Archives
/
Linux Cubed Series 4 - GNU Archives.iso
/
gnu
/
gawk-3.000
/
gawk-3
/
gawk-3.0.0
/
README_d
/
README.yacc
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-13
|
290 b
|
8 lines
Sat Jan 28 22:07:17 EST 1995
Some older versions of yacc (notably Ultrix's) have limits on the depth
of the parse stack. This only shows up when gawk is dealing with deeply
nested control structures, such as those in `awf'.
The problem goes away if you use either bison or Berkeley yacc.